home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10235 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: interramp.com!usenet
  2. From: us011245@interramp.com
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: Re: conio.h probs in bcc4.0
  5. Date: Tue, 05 Mar 96 14:22:55 PDT
  6. Organization: PSI Public Usenet Link
  7. Message-ID: <NEWTNews.30853.826064743.hampton@interramp.com>
  8. References: <4hj3i2$8g4@nnrp1.news.primenet.com>
  9. NNTP-Posting-Host: ip185.herndon7.va.interramp.com
  10. Mime-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
  13.  
  14.  
  15. In article <4hj3i2$8g4@nnrp1.news.primenet.com>, <wisniew@primenet.com> writes:
  16. > I am using bc++4.0 on a 486. Writing simple program using following
  17. > routines from conio.h. Program compiles fine. Link errors.
  18. > Use the following routines from conio.h
  19. >   textbackground    - unresolved
  20. >   cgets            - unresolved
  21. >   window        - unresolved
  22. >   cputs            - unresolved
  23. >   clrscr        - resolved (from somewhere else maybe?)
  24. > No other include files are included.
  25. > All errors occur at link pass 2.
  26. > Any thoughts?
  27. > Thanx
  28. > --
  29. > Joe Wisniewski    
  30. >   Commercial Software Solutions, Ltd. -- Embedded/RT SW Consulting
  31. >   Co-Author: Program Smarter, Not Harder - Get Mission Critical Projects
  32. >     Right the First Time ISBN 0-07-021232-5
  33. >   wisniew@primenet.com   --- The "Baltimore Browns"?     Pazhaloosta!
  34. >   Ada95 --> She'll take you to places you never thought possible!
  35. >   
  36. Are you trying to write a Win32 or Win32 GUI application?  If so, you can't use 
  37. conio.h, which uses console I/O routines.  This is discussed in the 4.0 Library 
  38. Reference manual.
  39. Hope that helps,  Luther Hampton
  40.  
  41.